Release 10.1A: OpenEdge Data Management:
SQL Development
Using the DELETE statement
The
DELETEstatement deletes table rows specified in the statement’sWHEREclause. If the optionalWHEREclause is not specified, then theDELETEstatement deletes all rows of the table.The
DELETEstatement uses the following syntax:
Example 6–9 depicts a simple delete on a single table.
Note: A
DELETEstatement will fail in the event it attempts to remove rows from primary or candidate keys that reference other tables.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |